home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xpaint-2.1.1 / README < prev    next >
Text File  |  1995-05-03  |  2KB  |  50 lines

  1.              XPaint 2.1 Release
  2.  
  3.  
  4. Welcome to the release of XPaint 2.1!  So, what does XPaint do for
  5. you?  Why many wonderful things of course.  XPaint is a reasonably
  6. versatile bitmap/pixmap editing tool.  XPaint came out of a problem
  7. editing some very large bitmaps, and wanting more functionality then
  8. was provided by bitmap. After XPaint 1.0 sat around for a LONG time, I
  9. finally ended up with a strong need to edit color pixmaps.  Presto,
  10. this is what has appeared from that problem.
  11.  
  12. The short features list:
  13.     Usual paint operations:
  14.         Brushes, Spray paint, Pencil
  15.         Lines, Arcs, Pattern Fill, Text,
  16.         Boxes, Circles, Polygons.
  17.     Works on multiple images simultaneously.
  18.     Cut/Copy/Paste between all active images.
  19.     Fatbits/Zoom on the image windows.
  20.  
  21. XPaint is slightly biased towards a MacPaint-like operation set, since
  22. this is the only paint program that I have ever used for more than 30
  23. seconds, but not to let this discourage you, it does quite a bit more.
  24. If you find some functionality missing and feel like adding it, there
  25. is a rough description of how the operations interface works, and I'd
  26. be more that willing to help you.
  27.  
  28. The following file formats are supported:
  29.     X11 Bitmaps    reading    writing
  30.     PPM Format    reading writing
  31.     GIF Format    reading writing
  32.     PostScript        writing
  33.     XPM Format    reading writing
  34.     TIFF Format    reading writing (condinally compiled in)
  35.     SGI RGB Format    reading writing (only on SGI machines)
  36. If you have an image that is not in one of the supported formats I'd
  37. reccomend you take a look at the PBMPLUS toolkit (which is availbe
  38. for ftp from export.lcs.mit.edu, and other fine sites).
  39.  
  40. XPaint is written using ANSI C (for the most part), and thus you need
  41. to have a compiler that understands function prototypes.  On most MIPS
  42. based machines this is the standard compiler, on a Sun SparcStation you
  43. will either need to use 'gcc' or 'acc' (from Sun).  If you have some
  44. other brand of workstation, try using 'gcc' if your compiler doesn't
  45. work.
  46.  
  47. Hope you find this useful, 
  48. David Koblas 
  49. koblas@netcom.com
  50.